TupleCollectionIndexOf Method |
Returns the zero-based index of the first occurrence of the specified node in the collection.
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic int IndexOf(
Tuple tuple
)
Public Function IndexOf (
tuple As Tuple
) As Integer
Parameters
- tuple
- Type: Independentsoft.Sip.PresenceTuple
The Tuple to locate in the collection.
Return Value
Type:
Int32The first index of the
Tuple in the collection or -1 if the node is not found in the collection.
See Also